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

@putout/operate

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/operate - npm Package Compare versions

Comparing version 8.10.0 to 8.11.0

lib/is-simple.js

4

lib/operate.js

@@ -19,2 +19,4 @@ 'use strict';

} = require('./get-binding');
const {isSimple} = require('./is-simple');
const {extract} = require('./extract');

@@ -28,2 +30,3 @@ const {compute} = require('./compute');

} = require('./properties');
const {assign} = Object;

@@ -40,2 +43,3 @@

module.exports.toExpression = toExpression;
module.exports.isSimple = isSimple;

@@ -42,0 +46,0 @@ function toExpression(el) {

2

package.json
{
"name": "@putout/operate",
"version": "8.10.0",
"version": "8.11.0",
"type": "commonjs",

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

@@ -20,2 +20,11 @@ # Operate [![NPM version][NPMIMGURL]][NPMURL] [![Coverage Status][CoverageIMGURL]][CoverageURL]

### `isSimple(path | node)`
Check if path is:
- `Literal`;
- `Identifier`;
- `MemberExpression`;
- `OptionalMemberExpression`;
### `extract(path)`

@@ -22,0 +31,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