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

@putout/operator-json

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/operator-json - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

4

lib/json.js

@@ -51,2 +51,6 @@ 'use strict';

module.exports.fromJS = (source, name = __json) => {
const shortName = cut(name);
source = source.slice(source.indexOf(shortName));
const prefix = createPrefix(name);

@@ -53,0 +57,0 @@ const suffix = createSuffix();

4

package.json
{
"name": "@putout/operator-json",
"version": "2.0.0",
"version": "2.1.0",
"type": "commonjs",

@@ -42,3 +42,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

"nodemon": "^3.0.1",
"supertape": "^9.0.0",
"supertape": "^10.0.0",
"try-catch": "^3.0.0"

@@ -45,0 +45,0 @@ },

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