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

jseb

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jseb - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

main.js

@@ -24,2 +24,5 @@ (function (root) {

},
Accessor: function (token) {
return token.name;
},
MemberExpression: function (token) {

@@ -26,0 +29,0 @@ var property = jseb.build(token.property);

2

package.json
{
"name": "jseb",
"version": "0.0.1",
"version": "0.0.2",
"description": "JavaScript Expression Builder which build JS expression from jsep parsed AST tokens.",

@@ -5,0 +5,0 @@ "keywords": ["expression", "builder", "ast"],

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