New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zwerm/zwermapi-client

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zwerm/zwermapi-client - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

26

CHANGELOG.md

@@ -9,2 +9,25 @@ # Changelog

## [0.4.0] - 2018-06-19
Some minor cleanup, automation, and fixes. This release removes the whole .idea folder,
which might mess-up this project in JetBrains IDEs.
You can fix this by just copying the deleted files from v0.3.0 to your .idea folder,
or by just deleting the project & re-checking it out again from source.
Sorry in advance - it's easier to rip the bandage off now, vs later down the line.
### Added
- `npm version` script to help automate bits and bobs, making it easier & quicker to release.
### Changed
- Cleaned up .gitignore, ignoring and removing .idea/** folder & files.
This might break existing checkouts of this repo as projects in JetBrains IDEs.
The best fix is to just delete & checkout the project again. Sorry!
### Removed
- `@stampit/stamp` optional dependency, as it screws over `npm` despite being optional.
Once this package is released publicity, it'll be added back.
This (hopefully) shouldn't screw over the typings too much.
## [0.3.0] - 2018-06-19

@@ -64,6 +87,7 @@

[Unreleased]: https://github.com/zwerm/api-client-js/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/zwerm/api-client-js/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/zwerm/api-client-js/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/zwerm/api-client-js/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/zwerm/api-client-js/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/zwerm/api-client-js/compare/v0.1.0...v0.1.0

8

package.json
{
"name": "@zwerm/zwermapi-client",
"version": "0.3.0",
"version": "0.4.0",
"private": false,

@@ -17,3 +17,4 @@ "description": "Client for using the ZwermAPI",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"version": "node ./scripts/npm-version.js"
},

@@ -27,5 +28,2 @@ "dependencies": {

},
"optionalDependencies": {
"@stampit/stamp": "git+ssh://git@bitbucket.org/preferizi/stamp.git"
},
"engines": {

@@ -32,0 +30,0 @@ "node": ">=8.0.0"

@@ -47,8 +47,1 @@ /**

const fs = require('fs');
delete packageJson.scripts.version;
fs.writeFileSync(path.join(process.env.INIT_CWD, 'package.json'), JSON.stringify(packageJson, undefined, 4) + '\n');
addFilesToGit([path.join(process.env.INIT_CWD, 'package.json')], process.env.INIT_CWD);
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc