Kollavarsham

Latest version: v2.5.4

Safety actively analyzes 630305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 13

2.0.0

**Generate Python, Java and C (or any Dotnet language) packages using [aws/jsii](https://github.com/aws/jsii)**

Changes
- add Java example to the README 11208b75

https://github.com/kollavarsham/kollavarsham-js/compare/v1.9.2...v2.0.0

1.9.2

No changes

1.9.1

- update jsii-release-* commands to 'npx jsii-release-*' ones 9d0804e6

https://github.com/kollavarsham/kollavarsham-js/compare/v1.9.0...v1.9.1

1.9.0

Breaking Changes
* The `Kollavarsham` class is not anymore the default export - so the one of below changes may be required in your aplications:

diff
-import Kollavarsham from 'kollavarsham';
+import { Kollavarsham } from 'kollavarsham';


diff
-const Kollavarsham = require('kollavarsham');
+const { Kollavarsham } = require('kollavarsham');


Changes
- refactor baseDate constructor; update documentation; remove redundant deps baf1cdc5
- use jsii-release for publishing packages to PyPI, NuGet and Maven d30f7c96
- update package-lock.json c67429c0

https://github.com/kollavarsham/kollavarsham-js/compare/v1.8.0...v1.9.0

1.8.0

Breaking Changes
* The `Kollavarsham` class is not anymore the default export - so the one of below changes may be required in your aplications:

diff
-import Kollavarsham from 'kollavarsham';
+import { Kollavarsham } from 'kollavarsham';


diff
-const Kollavarsham = require('kollavarsham');
+const { Kollavarsham } = require('kollavarsham');


Changes

* add C example to the README - [610673d](https://github.com/kollavarsham/kollavarsham-js/commit/610673d7b148539abd3068507738845fe32e33bd)
* add python example to the README - [994129f](https://github.com/kollavarsham/kollavarsham-js/commit/994129f491e68aff0add830958e3758265cbfe77)
* update the CircleCI command sequence to fix the 'issue' - sigh - [d938b8a](https://github.com/kollavarsham/kollavarsham-js/commit/d938b8a465ab630321d42cc43e9e33bf1579e24d)

https://github.com/kollavarsham/kollavarsham-js/compare/v1.6.4...v1.8.0

1.6.4

Breaking Changes
* The `Kollavarsham` class is not anymore the default export - so the one of below changes may be required in your aplications:

diff
-import Kollavarsham from 'kollavarsham';
+import { Kollavarsham } from 'kollavarsham';


diff
-const Kollavarsham = require('kollavarsham');
+const { Kollavarsham } = require('kollavarsham');


Changes
- change maven publishing to be the final one 9853048a
- remove redundant xo-space eslint config 689d22f0
- remove unnecessary mocha section on package.json 2b7113a1

https://github.com/kollavarsham/kollavarsham-js/compare/v1.6.3...v1.6.4

Page 10 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.