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

jsii

Package Overview
Dependencies
Maintainers
4
Versions
1759
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsii - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

CHANGELOG.md

2

lib/package-metadata.js

@@ -18,3 +18,3 @@ "use strict";

if (!pkg.version) {
pkg.version = '1.0.0';
throw new Error(`${pkgFile} must contain a "version" field (with value following the semver syntax)`);
}

@@ -21,0 +21,0 @@ if (!pkg.types) {

"use strict";
// Generated at 2018-08-06T14:57:35Z by generate.sh
// Generated at 2018-08-07T13:47:53Z by generate.sh
Object.defineProperty(exports, "__esModule", { value: true });
/** The qualified version number for this JSII compiler. */
// tslint:disable-next-line:no-var-requires
exports.VERSION = `${require('../package.json').version.replace(/\+[0-9a-f]+$/, '')} (build eb1250a)`;
exports.VERSION = `${require('../package.json').version.replace(/\+[0-9a-f]+$/, '')} (build 64ced3f)`;
{
"name": "jsii",
"version": "0.6.1",
"version": "0.6.2",
"description": "TypeScript compiler for jsii",

@@ -27,3 +27,3 @@ "main": "lib/index.js",

"@types/yargs": "^11.0.0",
"jsii-build-tools": "^0.6.1",
"jsii-build-tools": "^0.6.2",
"nodeunit": "^0.11.2"

@@ -38,3 +38,3 @@ },

"glob": "^7.1.2",
"jsii-spec": "^0.6.1",
"jsii-spec": "^0.6.2",
"sort-json": "^2.0.0",

@@ -41,0 +41,0 @@ "source-map-loader": "^0.2.3",

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