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

crack-json

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crack-json - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

dist/index.js

@@ -9,9 +9,7 @@ "use strict";

get: function () {
return _extractJson.default;
return _utilities.extractJson;
}
});
var _extractJson = _interopRequireDefault(require("./extractJson"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _utilities = require("./utilities");
//# sourceMappingURL=index.js.map

@@ -12,5 +12,2 @@ {

},
"dependencies": {
"save-dev": "^2.0.0"
},
"description": "Extracts all JSON objects from an arbitrary text document.",

@@ -71,3 +68,3 @@ "devDependencies": {

},
"version": "1.0.0"
"version": "1.1.0"
}
// @flow
export {default as extractJson} from './extractJson';
export {
extractJson
} from './utilities';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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