Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codemaker

Package Overview
Dependencies
Maintainers
5
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemaker - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

18

CHANGELOG.md

@@ -6,2 +6,20 @@ # Change Log

# [0.9.0](https://github.com/awslabs/jsii/compare/v0.8.2...v0.9.0) (2019-04-04)
### Features
* **jsii:** Enforce use of peerDependencies ([#421](https://github.com/awslabs/jsii/issues/421)) ([e72fea5](https://github.com/awslabs/jsii/commit/e72fea5)), closes [#361](https://github.com/awslabs/jsii/issues/361)
* **jsii-diff:** standardize doc comments, add API compatibility tool ([#415](https://github.com/awslabs/jsii/issues/415)) ([9cfd867](https://github.com/awslabs/jsii/commit/9cfd867))
### BREAKING CHANGES
* **jsii:** All direct dependencies must be duplicated in
peerDependencies unless they are in bundledDependencies.
## [0.8.2](https://github.com/awslabs/jsii/compare/v0.8.1...v0.8.2) (2019-03-28)

@@ -8,0 +26,0 @@

6

package.json
{
"name": "codemaker",
"version": "0.8.2",
"version": "0.9.0",
"description": "A tiny utility for generating source code",

@@ -8,4 +8,4 @@ "main": "lib/index.js",

"scripts": {
"build": "tsc",
"watch": "tsc -w",
"build": "tsc --build",
"watch": "tsc --build -w",
"test": "nodeunit test/test.*.js",

@@ -12,0 +12,0 @@ "package": "rm -fr dist/js && mkdir -p dist/js && mv $(npm pack) dist/js"

@@ -15,4 +15,5 @@ {

"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
"noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
"composite": true
}
}
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